tab-separated values - definitie. Wat is tab-separated values
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is tab-separated values - definitie

TEXT FILE FORMAT
.tsv; Tab separated values; Tab delimited; Tab-delimited; Tabulator-separated values; .tab; Tsv; Tab-separated value

tab-separated values         
<file format> (TSV) A file format used as a portable representation of a database. Each line represents one entry or record; and in every line, each field is separated from the next by a tab character (HT). Compare CSV. (2001-03-16)
TSV         
comma separated values         
FILE FORMAT USED TO STORE DATA
.csv; Comma delimited; Comma separated values; Comma Separated Values; Comma-Separated Values; Comma separated lists; Comma-separated list; Comma seperated values; Comma separated list; Comma-seperated values; Comma-separated value; CSV (file format); CSV file; CSV-1203; Comma Separated Value; Comma separated value; COMMA-SEPARATED VALUES; Csv-schema; Comma delimited format; Text/csv; Csv file; Csv files; CSV data
<file format> (CSV) A file format used as a portable representation of a database. Each line is one entry or record and the fields in a record are separated by commas. Commas may be followed by arbitrary space and/or tab characters which are ignored. If field includes a comma, the whole field must be surrounded with double quotes. (1995-05-06)

Wikipedia

Tab-separated values

Tab-separated values (TSV) is a simple, text-based file format for storing tabular data. Records are separated by newlines, and values within a record are separated by tab characters. The TSV format is thus a delimiter-separated values format, similar to comma-separated values.

TSV is a simple file format that is widely supported, so it is often used in data exchange to move tabular data between different computer programs that support the format. For example, a TSV file might be used to transfer information from a database to a spreadsheet.